type runtime.typeOff
11 uses
runtime (current package)
plugin.go#L139: typ typeOff
runtime1.go#L672: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
runtime1.go#L701: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
symtab.go#L448: typemap map[typeOff]*_type // offset to *_rtype in previous module
symtab.go#L478: var pinnedTypemaps []map[typeOff]*_type
type.go#L22: type typeOff = abi.TypeOff
type.go#L328: func resolveTypeOff(ptrInModule unsafe.Pointer, off typeOff) *_type {
type.go#L366: func (t rtype) typeOff(off typeOff) *_type {
type.go#L453: t = prev.typemap[typeOff(tl)]
type.go#L469: tm := make(map[typeOff]*_type, len(md.typelinks))
type.go#L481: md.typemap[typeOff(tl)] = t
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |